home *** CD-ROM | disk | FTP | other *** search
- 42
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Gestalt
- --- RECORDSEPARATOR ---
- Platform:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Macintosh
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Description:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- baGestalt returns the gestalt value of a Selector.
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Usage:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Result = baGestalt( Selector )
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Arguments:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- String.
- --- RECORDSEPARATOR ---
- Selector is the four character code to get the value of.
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Returns:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Integer.
- --- RECORDSEPARATOR ---
- The value of the Selector.
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Examples:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Director:
- --- RECORDSEPARATOR ---
- set qt = baGestalt( ΓÇ£qtimΓÇ¥ )
- --- RECORDSEPARATOR ---
- Authorware:
- --- RECORDSEPARATOR ---
- sys := baGestalt( ΓÇ£sysvΓÇ¥ )
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Notes:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- The format and interpretation of the value returned will depend on the Selector
- --- RECORDSEPARATOR ---
- used.
- --- RECORDSEPARATOR ---
- For some Selectors 0 is a valid return - if you want to check whether or not a
- --- RECORDSEPARATOR ---
- Selector is actually available use baGestaltExists.